From 2b5b5836c650bdec2850b835744010ebc39bdd59 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 9 Jul 2005 17:26:42 +0000 Subject: [PATCH] fixed typo (compile time error) --- ocaml-md5sums.ml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-md5sums.ml.in b/ocaml-md5sums.ml.in index 83a2796b..184e2b0d 100644 --- a/ocaml-md5sums.ml.in +++ b/ocaml-md5sums.ml.in @@ -271,7 +271,7 @@ let update () = with End_of_file -> Unix.closedir dir; close_out registry; - if is_empty registry_file Sys.remove registry_file + if is_empty registry_file then Sys.remove registry_file (** {2 Main} *) -- 2.30.2